lib/commit: Fix function name typo in docstring
authorJonathan Lebon <jonathan@jlebon.com>
Fri, 4 May 2018 14:13:14 +0000 (10:13 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 4 May 2018 14:51:07 +0000 (14:51 +0000)
Closes: #1575
Approved by: cgwalters

src/libostree/ostree-repo-commit.c

index 2ddcf498c3fec47ca5dcc39e116fde37c932ebcf..86ee5e30a6cef3584c8e398830fb5346ce5f188c 100644 (file)
@@ -1510,7 +1510,7 @@ devino_cache_lookup (OstreeRepo           *self,
  * There is an upfront cost to creating this mapping, as this will scan the
  * entire objects directory. If your commit is composed of mostly hardlinks to
  * existing ostree objects, then this will speed up considerably, so call it
- * before you call ostree_write_directory_to_mtree() or similar.  However,
+ * before you call ostree_repo_write_directory_to_mtree() or similar.  However,
  * ostree_repo_devino_cache_new() is better as it avoids scanning all objects.
  *
  * Multithreading: This function is *not* MT safe.